home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libquicktime1 / README < prev    next >
Text File  |  2007-02-14  |  3KB  |  102 lines

  1. libquicktime - A library for reading and writing quicktime/avi/mp4 files.
  2. http://libquicktime.sourceforge.net
  3.  
  4. Copyright (C) 2002 Heroine Virtual Ltd.
  5. Copyright (C) 2002-2007 Members of the libquicktime project.
  6.  
  7. Original quicktime4linux developer:
  8.  
  9.   Heroine Virtual (Motion picture solutions for Linux)
  10.   <broadcast@earthling.net>
  11.   http://heroinewarrior.com/quicktime
  12.  
  13. libquicktime developers:
  14.  
  15.   Arthur Peters <amp@singingwizard.org>
  16.   Burkhard Plaum <plaum@ipf.uni-stuttgart.de>
  17.   Gerd Knorr <kraxel@bytesex.org>
  18.   Justin Schoeman 1998 <justin@suntiger.ee.up.ac.za>
  19.   Elliot Lee <sopwith@redhat.com>
  20.   and others
  21.  
  22. RTjpeg:
  23.  
  24.   Copyright (C) Justin Schoeman 1998 <justin@suntiger.ee.up.ac.za>
  25.  
  26.   With modifications by:
  27.  
  28.   Copyright (C) 1998, 1999 by Joerg Walter <trouble@moes.pmnet.uni-oldenburg.de>
  29.   Copyright (C) 1999 by Wim Taymans <wim.taymans@tvd.be>
  30.  
  31. Portions from FFmpeg (plugins/rtjpeg/mmx.h):
  32.  
  33.   Copyright (C) 1997-2001 H. Dietz and R. Fisher
  34.  
  35. Portions from libsndfile (plugins/audiocodec/alaw_tables.h, ulaw_tables.h):
  36.  
  37.   Copyright (C) 2002-2004 Erik de Castro Lopo
  38.  
  39. ------------------------------------------------------------------------
  40.  
  41. Requires: 
  42.     libpthread
  43.     glibc >= 2.1
  44.  
  45. This does not include libraries for the codecs. 
  46. If you want to have all availiable codec you will need:
  47.     libdv >= 0.9.5
  48.     libpng
  49.     the OggVorbis libraries
  50.     libjpeg
  51.  
  52.  
  53.  
  54. ------------------------------------------------------------------------
  55.  
  56. libquicktime is a library for reading and writing quicktime files. It
  57. is based on the quicktime4linux library, with the following
  58. extensions:
  59.  
  60.     * Sourcetree upgraded with autoconf/automake/libtool and all the 
  61. other stuff, people like in "standard" linux libraries.
  62.     * All 3rd party libraries (jpeg, OggVorbis) were removed to reduce 
  63. download size, compilation time and code duplication on users harddisks. 
  64. Instead, the sytemwide installed libaries are autodetected by the 
  65. configure script.
  66.     * All codecs have been moved into dynamically loadable modules. 
  67. This makes it possible to distribute closed source codecs (or codecs 
  68. with an incompatible license) as separate packages.
  69.     * Unlike other quicktime libraries, we are source compatible with 
  70. quicktime4linux. Programs like cinelerra or xmovie can be compiled with 
  71. libquicktime (if the build system is modified, see our web page for more 
  72. info).
  73.     * The codecs themselves are also source compatible with 
  74. quicktime4linux, so porting codecs between quicktime4linux and 
  75. libquicktime requires only little brain load.
  76.     * Special API extensions allow access to the codec registry. 
  77. Applications can get important information about the codecs, their 
  78. settable parameters etc. at runtime.
  79.  
  80. For build and installation instructions see INSTALL.
  81.  
  82. If you would like to get involved in development or have questions the 
  83. email list for you is libquicktime-devel@sourceforge.net.
  84.  
  85. /*******************************************************
  86.  * References:
  87.  *********************************/
  88.  
  89. Apple's quicktime file format information:
  90.  
  91. http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refQTFileFormat.htm
  92.  
  93. Color space conversions:
  94.  
  95. http://www.neuro.sfc.keio.ac.jp/~aly/polygon/info/color-space-faq.html
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.